LEADTOOLS Medical (Leadtools.Ccow assembly)
LEAD Technologies, Inc

KeyContainer Constructor(String,Byte[])






The name.
The key to import into container.
Initializes a new instance of the KeyContainer class.
Syntax
public KeyContainer( 
   string name,
   byte[] key
)
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal key() As Byte _
)
'Usage
 
Dim name As String
Dim key() As Byte
 
Dim instance As New KeyContainer(name, key)
public KeyContainer( 
   string name,
   byte[] key
)
function KeyContainer( 
   name ,
   key 
)
public:
KeyContainer( 
   String^ name,
   array<byte>^ key
)

Parameters

name
The name.
key
The key to import into container.
Remarks
Upon successfull creation of the container the key is imported into the container.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KeyContainer Class
KeyContainer Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.